home *** CD-ROM | disk | FTP | other *** search
- on movoff
- global movPC
- if movPC = 2 then
- set the movieRate of sprite 2 to 0
- set movPC to 0
- exit
- end if
- if movPC = 4 then
- set the movieRate of sprite 4 to 0
- set movPC to 0
- exit
- end if
- if movPC = 12 then
- set the movieRate of sprite 6 to 0
- set movPC to 0
- exit
- end if
- if movPC = 5 then
- set the movieRate of sprite 4 to 0
- set the movieRate of sprite 5 to 0
- set movPC to 0
- exit
- end if
- if movPC = 6 then
- set the movieRate of sprite 4 to 0
- set the movieRate of sprite 5 to 0
- set the movieRate of sprite 6 to 0
- set movPC to 0
- exit
- end if
- if movPC = 7 then
- set the movieRate of sprite 4 to 0
- set the movieRate of sprite 5 to 0
- set the movieRate of sprite 6 to 0
- set the movieRate of sprite 7 to 0
- end if
- if movPC = 8 then
- set the movieRate of sprite 4 to 0
- set the movieRate of sprite 5 to 0
- set the movieRate of sprite 6 to 0
- set the movieRate of sprite 7 to 0
- set the movieRate of sprite 8 to 0
- end if
- if movPC = 9 then
- set the movieRate of sprite 4 to 0
- set the movieRate of sprite 5 to 0
- set the movieRate of sprite 6 to 0
- set the movieRate of sprite 7 to 0
- set the movieRate of sprite 8 to 0
- set the movieRate of sprite 9 to 0
- end if
- set movPC to 0
- end
-